.resp-tabs-list {
    padding:0;   
}

.resp-tabs-list i {
    margin-right:5px;
    font-size:24px;
}


.resp-tabs-list li {
    cursor: pointer;
    border-bottom:1px solid #e7e7ee;
    line-height:50px;
    padding-left:10px;
    font-weight:600;
    font-size:16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.resp-tabs-list li:hover, .resp-tabs-list li.resp-tab-active, h3.resp-accordion:hover {
    background-color:#e7e7ee;
    border-bottom:1px solid #f3f3f8;
}

.resp-tabs-list li:last-child {
    border:none;
}

h3.resp-tab-active, h3.resp-tab-active:hover {
    border-bottom:1px solid #e7e7ee;
}

h3.resp-accordion {
    cursor: pointer;
    font-size:18px;
    display: none;
    font-weight:300;
    border-bottom:1px solid #e7e7ee;
    margin:0;
    line-height:86px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

h3.resp-accordion:hover {
    
}
.resp-tab-content {
    display: none;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}


/*-----------Vertical tabs-----------*/
.resp-vtabs .resp-tabs-container {
    min-height: 460px;
    padding:15px;
    background-color:#e7e7ee;
    position: static;
    margin-top:-113px;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 40px;
    margin-right:15px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid;
}

h3.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid;
}

/*-----------Accordion styles-----------*/
h3.resp-tab-active {
    background: #e7e7ee;/* !important;*/
    border-color:#f3f3f8;
}

.resp-easy-accordion h3.resp-accordion {
    display: block;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
    background: #e7e7ee;
    padding:0 25px 25px;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 980px) {

    .resp-tabs-list li {
        cursor: pointer;
        border-bottom:1px solid #000;
        line-height:0px;
        padding-left:10px;
        font-size: 12px;
    }
    ul.resp-tabs-list {
        display: none;
    }

    h3.resp-accordion {
        display: block;
        padding-left:25px;
        font-weight: 100;
        font-size: 20px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        background: #f3f3f8;
    }

    
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
        padding:0;
        background-color: #f3f3f8;
        margin-top:0;
    }

    .resp-accordion-closed {
        display: none !important;
    }
}
